All Packages Class Hierarchy This Package Previous Next Index
Class javax.media.j3d.PickSegment
java.lang.Object
|
+----javax.media.j3d.PickShape
|
+----javax.media.j3d.PickSegment
- public final class PickSegment
- extends PickShape
PickRay is an encapsulation of ray for passing to the pick methods
in BranchGroup and Locale
- See Also:
- pickAll, pickAll
-
PickSegment()
-
Create a PickSegment.
-
PickSegment(Point3d, Point3d)
- Create a line segment from
start
point to
end
point
-
get(Point3d, Point3d)
- Get the line segment
-
set(Point3d, Point3d)
- Set the line segment from
start
point to
end
point
PickSegment
public PickSegment()
- Create a PickSegment.
The start and end of the segment are initialised to (0,0,0)
PickSegment
public PickSegment(Point3d start,
Point3d end)
- Create a line segment from
start
point to
end
point
set
public void set(Point3d start,
Point3d end)
- Set the line segment from
start
point to
end
point
get
public void get(Point3d start,
Point3d end)
- Get the line segment
All Packages Class Hierarchy This Package Previous Next Index